System Commands
$config: [PROP]:[VALUE]
– Makes changes to configuration file during runtime give config property and value.
#Disable Device SMS output
$config: sms: false
Not all configuration properties are modifiable during runtime due to security.
clean
– empties /temp folder of recent downloads and speech files.
delete [STD_NAME]
– Deletes standard given standard name.
download [URI]
– Downloads contents at URI and puts in /temp.
files [...]
– Interact with files on the device. Discussed in-depth in latter sections.
launch [PACKAGE_SYS_NAME]
– Launches app provided system app name.
run [PATH_TO_STD]
– Runs a single standard code file
share [PATH_TO_FILE]
– Provide file path of file on device, makes publicly available on relay.
volume # || ++ || --
– Sets output volume of the device to number between 0 - 100. You can also provide + or - to increment or decrement the device output volume.
#Increases volume by 5
volume ++
#Decrease volume by 5
volume --
#Set volume to 50
volume 50